tools/mce: remove extra newlines from xen-mceinj error message
authorDavid Vrabel <david.vrabel@citrix.com>
Mon, 23 Jun 2014 17:56:57 +0000 (18:56 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 27 Jun 2014 13:13:23 +0000 (14:13 +0100)
commit255bd21d187c2db0c7e8b798f5ebf21e0be5548b
tree2671b398a2b37322f880396555c9738444b8ea44
parent2f5c3c90085030fe0d8a8b195b6c228a722f0c75
tools/mce: remove extra newlines from xen-mceinj error message

err() calls perror() which appends a newline.

Make Lprintf() also append a newline so err() and Lprintf() are
consistent.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Christoph Egger <chegger@amazon.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/tests/mce-test/tools/xen-mceinj.c